ad.end          	      package:adGol        		        R Documentation

Ends the ad.gol Function

Description:

	A function that closes the current graphical device and may call the garbage collector.

Usage:

	ad.end()

	## Default:
	ad.end(gc = TRUE)

Arguments:

	gc: A parameter that signals if the garbage collector is to be called. If TRUE than it makes a gc call.

Details:

	This function is simply designed to close the function ad.gol, it closes the current graphical device and may call the garbage collector.

Value:

		This function has no return value.

Author(s):

	Ademar Marques Lacerda Filho

See Also:

	'ad.gol'.
